How to get the value of an input button in an ASP.NET Core MVC controller

58

How to get the value of an input button in an ASP.NET Core MVC controller -

<form asp-controller="Controller" asp-action="PostData">
<input  id="f0"  name="f0" form="TableF" class="btn btn-primary" type="submit" value="12:00 PM"/>
</form>

Comments

Submit
0 Comments